C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / ShouldHighlightItem Method

In This Topic
ShouldHighlightItem Method
In This Topic
Syntax
'Declaration
 
Public Overridable Function ShouldHighlightItem( _
   ByVal collectionView As UIKit.UICollectionView, _
   ByVal indexPath As Foundation.NSIndexPath _
) As Boolean
 

Parameters

collectionView
indexPath
See Also